type github.com/jackc/pgx/v5/pgtype.scanPlanTextTimestampToTimestampScanner

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		timestamp.go#L54: 		return (&scanPlanTextTimestampToTimestampScanner{}).Scan([]byte(src), ts)
		timestamp.go#L252: 			return &scanPlanTextTimestampToTimestampScanner{location: c.ScanLocation}
		timestamp.go#L294: type scanPlanTextTimestampToTimestampScanner struct{ location *time.Location }
		timestamp.go#L296: func (plan *scanPlanTextTimestampToTimestampScanner) Scan(src []byte, dst any) error {